home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / DefineButton2_1505 / BUTTONCONDACTION on(release).as
Text File  |  2006-09-05  |  243b  |  8 lines

  1. on(release){
  2.    _root.myLocal_so.data._background = _root._background;
  3.    _root.myLocal_so.data._effects = _root._effects;
  4.    _root.myLocal_so.data._gamequality = _root._gamequality;
  5.    _root.myLocal_so.flush();
  6.    gotoAndPlay(1309);
  7. }
  8.